&h Literal

Used to represent a hexadecimal number.

&hHexNumber

PartTypeDescription
HexNumber Hexadecimal number A hexadecimal literal value.


Note

To write a hexadecimal literal, precede the value with &h.


Example

This example shows a hexadecimal constant:

&hA4

See Also

Hex function.